home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / faxctrl.arc / FAXHOST.BAT < prev    next >
DOS Batch File  |  1990-12-28  |  680b  |  25 lines

  1. :FAXTOP
  2. : don't forget to precede FAXCTRL with a pathname (if needed)
  3. FAXCTRL
  4. : don't forget to add options above (if needed)
  5. : on exit QUIT IF LOCAL KEYPRESS
  6. IF ERRORLEVEL=1 GOTO ABORT
  7. : don't forget to precede the host system name with a pathname (if needed)
  8. : PCPLUS /FFAXHOST
  9. : ^- for use with Procomm Plus 1.1 (A or B)
  10. : PCPLUSTD /FFAXHOST
  11. : ^- for use with Procomm Plus Test Drive
  12. : PROCOMM /FFAXHOST
  13. : ^- for use with Procomm 2.4.3
  14. : QMODEM /HOST
  15. : ^- for use with QMODEM
  16. : TELIX Q B Sfhost
  17. : ^- for use with TELIX
  18. : MIRROR FAXHOST.XTS
  19. : ^- for use with MIRROR
  20. : XTALK FAXHOST.XTS
  21. : ^- for use with CROSSTALK
  22. : keep looping back
  23. GOTO FAXTOP
  24. :ABORT
  25.